read data from file unit. Data spanned on multiple time steps can be aggregated computing average, cumulated, maximum or minimum. Aggregated value is considered as missing if number of actual available observations is less than a given percentage (tresh)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ObservationalNetwork), | intent(inout) | :: | network | |||
integer(kind=short), | intent(in) | :: | fileunit | |||
type(DateTime), | intent(in), | optional | :: | time | ||
integer(kind=short), | intent(in), | optional | :: | aggr_time | ||
character(len=*), | intent(in), | optional | :: | aggr_type | ||
real(kind=float), | intent(in), | optional | :: | tresh |